3.19.10
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2016 12:23:15 +0000 (07:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Feb 2016 12:26:45 +0000 (07:26 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 760c34b526fb47915c73e95a643dfd9d4d3cdd1a..a7733a79afb54df78873f7d37273ca01650f9e88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Overview of Changes in GTK+ 3.19.10
+===================================
+
+* GTK+ will now list included backends when seeing the
+  environment variable GDK_BACKEND=help
+
+* Themes
+ - Windows theme improvements
+ - Adwaita cleanups
+
+* Wayland
+ - Implement startup notification
+
+* Bugs fixed:
+ 309300 Adjust the key binding for setting the spin box's value to the min...
+ 723659 touchpad: please do not interpret tap and click as double-click
+ 754743 Middle click on "Other Locations" doesn't open a new tab
+ 756659 Nautilus's Connect to server wont honor remote path
+ 760714 GtkWindow: CSS node documentation is not clear
+ 761431 Document overlay help action name
+ 761432 Document that GtkApplication loads menus from gtk/menus-common.ui
+ 761760 Welcome graphic and heading is misaligned
+ 762258 wayland: gtk3 apps segfault with plasma-wayland/kwin_wayland
+ 762315 Assistant pages have no padding which looks weird
+ 762319 issues with randr 1.5
+ 762392 gtk_drag_source_set_icon_name with empty string puts widget in bad...
+
+* Translation updates:
+ Brazilian Portuguese
+ Catalan
+ Chinese (Taiwan)
+ Galician
+ German
+ Polish
+ Punjabi
+ Serbian
+ Slovak
+ Spanish
+ Swedish
+ Thai
+
+
 Overview of Changes in GTK+ 3.19.9
 ==================================
 
index e97cb25671c18e72030ff14e8c76c35e2e63e903..e65240a52431a120a0a2bf8d48568b012346c5f6 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [19])
-m4_define([gtk_micro_version], [9])
+m4_define([gtk_micro_version], [10])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])